[BETA] Get estimated clicks of a future campaign for a given vendor
Please note this is a beta API and therefore it is subject to change.
Get estimated clicks of a future campaign.
POST
/
public
/
v1
/
campaign-service
/
estimated-clicks
Query Parameters
vendor_id
string
requiredThe ID of the vendor to get estimated clicks.
Minimum length:
1
Body
application/json
budget
integer
requiredThe amount of money in the budget in minor units of currency according to ISO 4217.
Required range:
0 < x < 2000000000
budgetPeriod
enum<string>
requiredThe periodicity of the budget.
Available options:
daily
, weekly
, monthly
, total
products
object[]
requiredList of product details.
isAutoBidding
boolean
default: trueWhether auto-bidding is enabled for the future campaign.
Response
200 - application/json
estimatedClicks
integer
requiredEstimated number of clicks the campaign can get with the given budget.